Make programs to escape the special characters
[minish.git] / src / open parenthesis.c
blobfcb3c7f1572f6481dc4f3c8a4a0463e82a473cc5
1 #include <stdio.h> // EOF,putchar
2 #include <stdlib.h> // EXIT_FAILURE
4 int main(void) {
5 if (putchar('(') == EOF) {
6 return EXIT_FAILURE;